home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / funcall < prev    next >
Text File  |  2001-04-06  |  407b  |  16 lines

  1. SYNOPSIS
  2.         mixed funcall(closure cl, mixed arg ...)
  3.  
  4. DESCRIPTION
  5.         Evaluates the closure. The extra args will be passed as args
  6.         to the closure.        If cl is not a closure, it will simply be
  7.         returned.
  8.  
  9. HISTORY
  10.         Introduced in 3.2@70.
  11.         Returning a non-closure as it is even when args are given was
  12.         introduced with 3.2.1
  13.  
  14. SEE ALSO
  15.         apply(E), quote(E)
  16.